python input list of ints

22

s = input()
numbers = list(map(int, s.split()))

Comments

Submit
0 Comments